Can "file" be used a column name.
It seems that when I insert a record in a table that has a column called "file" from SQL 6.5 to SQL 6.5, I have no problems.
But when I insert a record in a table that has a column called "file" from SQL 6.5 to SQL 7.0, I receive an incorrect sysntax error.
The syntax is using an INSERT command. Can anyone assist in this?